gusucode.com > 智睿学校网站管理系统 V2.20 > 智睿学校网站管理系统 V2.20\code\UserGo.asp

    <!--#include file="Include/conn.asp"-->
<!--#include file="Include/Fun_SqlIn.Asp"-->
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GB2312" />
<meta http-equiv="Content-Language" content="zh-CN" />
<title>关于我们 - <%=SiteTitle%></title>
<meta name="keywords" content="<%=Sitekeywords%>" />
<meta name="description" content="<%=Sitedescription%>" />
<link href="images/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<%head()%>
<%
if session("zhi_rui_s_MemName")<>""  then 
  response.redirect "Userinfo.asp"
  response.end
end if
%>
<table width="950" border="0" align="center" cellpadding="0" cellspacing="0" class="main_class">
    <tr>
      <td height="180" align="right" valign="middle" class="leftCenter" ><img src="Images/Login.jpg" width="550" height="160" /></td>
      <td width="5" rowspan="2"></td>
      <td width="300" rowspan="2" valign="top" class="viewright">
	  
      <!--#include file="Include/UserGo.asp"-->      
	  </td>
    </tr>
    <tr>
      <td valign="top" class="leftCenter" >
	  <div style="margin-left:10px; margin-right:10px; margin-top:10px; margin-bottom:10px;">
	    智睿软件是一家专注于网络软件开发的工作团队,其产品投票作品系统、企业网站系统,学校网站系统是目前国内应用最广泛的网站程序。通过多年的不断创新与完善,使系统集安全、强大、稳定、灵活于一身。
	  </div>
	  </td>
    </tr>
</table>
<%Bottom()%>
</body>
</html>